home *** CD-ROM | disk | FTP | other *** search
/ Win 50 Game+ Vol. 7 (Japan) / Win 50 Game+ Vol. 7 (Japan).7z / Win 50 Game+ Vol. 7 (Japan).bin / lha_file / dpgolf11.lzh / DPG11SRC.LZH / ABOUT.DFM / ABOUT.txt
Text File  |  1996-08-21  |  5KB  |  248 lines

  1. object AboutBox: TAboutBox
  2.   Left = 174
  3.   Top = 300
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Danchan'#39's Putter Golf'
  7.   ClientHeight = 118
  8.   ClientWidth = 273
  9.   Ctl3D = False
  10.   Color = clYellow
  11.   Font.Color = clBlack
  12.   Font.Height = -15
  13.   Font.Name = 'Times New Roman'
  14.   Font.Style = [fsBold]
  15.   KeyPreview = True
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   TextHeight = 17
  21.   object Label1: TLabel
  22.     Left = 2
  23.     Top = 116
  24.     Width = 48
  25.     Height = 16
  26.     Caption = 'WindMax'
  27.     Font.Color = clBlack
  28.     Font.Height = -12
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 57
  35.     Top = 116
  36.     Width = 52
  37.     Height = 16
  38.     Caption = 'Magnitude'
  39.     Font.Color = clBlack
  40.     Font.Height = -12
  41.     Font.Name = 'Times New Roman'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 112
  47.     Top = 116
  48.     Width = 58
  49.     Height = 16
  50.     Caption = 'ShakeCount'
  51.     Font.Color = clBlack
  52.     Font.Height = -12
  53.     Font.Name = 'Times New Roman'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object Label4: TLabel
  58.     Left = 174
  59.     Top = 116
  60.     Width = 48
  61.     Height = 16
  62.     Caption = 'Steepness'
  63.     Font.Color = clBlack
  64.     Font.Height = -12
  65.     Font.Name = 'Times New Roman'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Label5: TLabel
  70.     Left = 228
  71.     Top = 116
  72.     Width = 20
  73.     Height = 16
  74.     Caption = 'Size'
  75.     Font.Color = clBlack
  76.     Font.Height = -12
  77.     Font.Name = 'Times New Roman'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Panel1: TPanel
  82.     Left = 8
  83.     Top = 4
  84.     Width = 257
  85.     Height = 73
  86.     BevelInner = bvRaised
  87.     BevelOuter = bvLowered
  88.     TabOrder = 0
  89.     object Comment: TLabel
  90.       Left = 8
  91.       Top = 44
  92.       Width = 241
  93.       Height = 20
  94.       Alignment = taCenter
  95.       AutoSize = False
  96.       Font.Color = clBlack
  97.       Font.Height = -16
  98.       Font.Name = 'Arial'
  99.       Font.Style = [fsBold]
  100.       ParentFont = False
  101.       WordWrap = True
  102.       IsControl = True
  103.     end
  104.     object ProductName: TLabel
  105.       Left = 20
  106.       Top = 4
  107.       Width = 213
  108.       Height = 18
  109.       Alignment = taCenter
  110.       AutoSize = False
  111.       Caption = 'Danchan'#39's Putter Golf v1.1'
  112.       IsControl = True
  113.     end
  114.     object Version: TLabel
  115.       Left = 2
  116.       Top = 22
  117.       Width = 251
  118.       Height = 18
  119.       AutoSize = False
  120.       Caption = 'Danchan(TAB02336@niftyserve.or.jp)'
  121.       IsControl = True
  122.     end
  123.   end
  124.   object Okbutton: TButton
  125.     Left = 104
  126.     Top = 84
  127.     Width = 65
  128.     Height = 27
  129.     Caption = 'Ok'
  130.     Default = True
  131.     ModalResult = 1
  132.     TabOrder = 1
  133.   end
  134.   object Cancelbtn: TButton
  135.     Left = 198
  136.     Top = 84
  137.     Width = 65
  138.     Height = 27
  139.     Cancel = True
  140.     Caption = 'Cancel'
  141.     Default = True
  142.     ModalResult = 2
  143.     TabOrder = 2
  144.     Visible = False
  145.   end
  146.   object Combo1: TComboBox
  147.     Left = 8
  148.     Top = 84
  149.     Width = 113
  150.     Height = 25
  151.     Style = csDropDownList
  152.     ItemHeight = 17
  153.     Items.Strings = (
  154.       'Normal'
  155.       'Easy'
  156.       'Hard'
  157.       'Very Easy'
  158.       'Very Hard'
  159.       'Simple Slope'
  160.       'Random')
  161.     TabOrder = 3
  162.     Visible = False
  163.     OnChange = Combo1Change
  164.   end
  165.   object Makebtn: TButton
  166.     Left = 128
  167.     Top = 84
  168.     Width = 65
  169.     Height = 27
  170.     Caption = 'Make'
  171.     Default = True
  172.     ModalResult = 1
  173.     TabOrder = 4
  174.     Visible = False
  175.     OnClick = MakebtnClick
  176.   end
  177.   object Spin1: TSpinEdit
  178.     Left = 4
  179.     Top = 132
  180.     Width = 40
  181.     Height = 27
  182.     AutoSelect = False
  183.     AutoSize = False
  184.     EditorEnabled = False
  185.     MaxLength = 2
  186.     MaxValue = 20
  187.     MinValue = 3
  188.     TabOrder = 5
  189.     Value = 10
  190.   end
  191.   object Spin2: TSpinEdit
  192.     Left = 61
  193.     Top = 132
  194.     Width = 40
  195.     Height = 27
  196.     AutoSelect = False
  197.     AutoSize = False
  198.     EditorEnabled = False
  199.     MaxLength = 2
  200.     MaxValue = 10
  201.     MinValue = 1
  202.     TabOrder = 6
  203.     Value = 5
  204.   end
  205.   object Spin3: TSpinEdit
  206.     Left = 117
  207.     Top = 132
  208.     Width = 40
  209.     Height = 27
  210.     AutoSelect = False
  211.     AutoSize = False
  212.     EditorEnabled = False
  213.     MaxLength = 2
  214.     MaxValue = 50
  215.     MinValue = 1
  216.     TabOrder = 7
  217.     Value = 20
  218.   end
  219.   object Spin4: TSpinEdit
  220.     Left = 174
  221.     Top = 132
  222.     Width = 40
  223.     Height = 27
  224.     AutoSelect = False
  225.     AutoSize = False
  226.     EditorEnabled = False
  227.     MaxLength = 2
  228.     MaxValue = 7
  229.     MinValue = 1
  230.     TabOrder = 8
  231.     Value = 4
  232.   end
  233.   object Spin5: TSpinEdit
  234.     Left = 230
  235.     Top = 132
  236.     Width = 40
  237.     Height = 27
  238.     AutoSelect = False
  239.     AutoSize = False
  240.     EditorEnabled = False
  241.     MaxLength = 2
  242.     MaxValue = 10
  243.     MinValue = 0
  244.     TabOrder = 9
  245.     Value = 4
  246.   end
  247. end
  248.